text CSS


Posted by mijouhsieh on 2023-12-20

反選文字設定顏色

codepen

::selection {
    color: #ea1b0e;
    background-color: rgba(255,222,230,.9);
}

#css text #::selection







Related Posts

[Note] JS: this

[Note] JS: this

迴圈 for...of

迴圈 for...of

[12] 值 - 陣列、類陣列

[12] 值 - 陣列、類陣列


Comments